enumValues

inline fun <T : Enum<T>> enumValues(): Array<T>

Returns an array containing enum T entries.